global equal, hotcard, tableau, basecard, shitfudge, carp
on beginSprite me
shitfudge = shitfudge + 1
myrow = shitfudge
sprite(me.spriteNum).blend = 0
end
on mouseEnter me
if the clickOn <> 0 then
if sprite(the clickOn).moveableSprite = 1 then
if (tableau[makesymbol(myrow)].cards.count >= 1) and (tableau[makesymbol(myrow)].cards.count < 11) then
if (getlist(the clickOn).rankvalue = (tableau[makesymbol(myrow)].getlastcard().rankvalue - 1)) and (getlist(the clickOn).suitcolor <> tableau[makesymbol(myrow)].getlastcard().suitcolor) then
if (getlist(the clickOn).rank = "king") and (tableau[makesymbol(myrow)].getlastcard().rank = "ace") and (getlist(the clickOn).suitcolor <> tableau[makesymbol(myrow)].getlastcard().suitcolor) then